home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qwhite10.arc / QEXT.TEC < prev    next >
Text File  |  1990-08-16  |  4KB  |  88 lines

  1. ID:QX Discussion of QEXT.SYS
  2. Quarterdeck Technical Note
  3. by Stan Young
  4.  
  5. To operate properly, the QEXT.SYS driver must take the first 64K 
  6. of exTENDed memory starting at 1 Megabyte.  Therefore, it should 
  7. be loaded as the first driver in CONFIG.SYS that uses extended 
  8. memory (before VDISKs and the like).
  9.  
  10. QEXT.SYS is written to IBM's specification for identifying itself 
  11. as a VDISK type utility and therefore devices loaded after it 
  12. should not overwrite QEXT.  However, if they do, you can expect 
  13. that DESQview will fail soon after start-up.
  14.  
  15. This note only applies to DESQview systems of 2.0 or beyond that 
  16. are utilizing the QEXT.SYS driver.  QEXT is usable ONLY with 
  17. 80286 machines that have REAL, not emulated exTENDed memory.  
  18. Emulated extended memory (created by utilities such as AST's 
  19. REX.SYS), cannot be used.
  20.  
  21.                Determining if QEXT.SYS is working
  22.  
  23. QEXT.SYS is working if more memory (approx. 60K) is shown in the 
  24. "Total Conventional Memory" cell in Memory Status when it is 
  25. loaded verses when it is not loaded.  To load QEXT.SYS you must 
  26. have DEVICE=QEXT.SYS as the first extended using device in your 
  27. CONFIG.SYS file and you must load DESQview with the XDV.COM 
  28. loader.
  29.  
  30. Once loaded, the increased memory should be seen, and the device 
  31. should not conflict with any RAM disks, spoolers or any other 
  32. devices or programs that use expanded memory.  If this is the 
  33. case, QEXT is working.  If not, see below.
  34.  
  35.                   AST Superspool and Fastdisk
  36.  
  37. Two common extended memory users that do not seem to be able to 
  38. detect QEXT.SYS are FASTDISK.SYS and SUPERSPL.COM, both from AST 
  39. Research.  Fortunately, these utilities provide a way to 
  40. configure as a parameter the starting address for their memory 
  41. usage.  The syntax for the parameter is:
  42.  
  43. /EXTM=a,b
  44.  
  45. where "a" is the amount of memory to be used and "b" is the 
  46. starting address.  You may want to consult your AST SuperPak 
  47. documentation for further information about this and other 
  48. possible parameters.
  49.  
  50. Therefore, if you are using only one of these utilities, "a" 
  51. would be set to the amount of memory desired and "b" should be 
  52. set to 1088, since QEXT starts at 1024 (1 meg.) and extends for 
  53. 64K.
  54. If you are using both utilities, to be safe, you should calculate 
  55. the starting address for Superspool, by adding the memory 
  56. allocated for FASTDISK to 1088.  Both of these utilities display 
  57. the starting address of their buffer when they boot into the 
  58. system.  Check these numbers to be sure neither start at 
  59. 1000000H.
  60.  
  61.             Conflicts with RAMDRIVE and some VDISKs
  62.  
  63. Microsoft produces a VDISK-like utility called RAMDRIVE.SYS that 
  64. is shipped with Windows and is included with some versions of MS-
  65. DOS.  This utility does not follow the IBM DOS specification for 
  66. identifying installed VDISKs and is not compatible with QEXT.SYS.
  67.  
  68. There have been isolated cases of MS-DOS versions of VDISK.SYS 
  69. that also do not seem to detect QEXT.SYS.  If this seems to be a 
  70. problem, you might contact the manufacturer of your hardware, or 
  71. try running IBM DOS and VDISK on your machine.
  72.  
  73.             Incompatibility with some "Compatibles"
  74.  
  75. As noted, QEXT.SYS must be very particular about the kind of 
  76. memory it loads into and the location.  It has been know to fail 
  77. to load on some compatibles where the memory starting at 1 Meg. 
  78. does not look exactly like IBM extended memory.  If you have 
  79. extended memory and QEXT.SYS fails to load when specified as THE 
  80. ONLY driver in the CONFIG.SYS file, and booted with no 
  81. AUTOEXEC.BAT file,  you may assume you have a hardware 
  82. incompatibility in extended memory and should contact the 
  83. manufacturer of the machine.  This has not been a common problem.
  84.  
  85.  
  86.         Copyright (C) 1990 by Quarterdeck Office Systems
  87.              * * *   E N D   O F   F I L E    * * * 
  88.